home *** CD-ROM | disk | FTP | other *** search
/ Web Clips Gallery 98 / web clips 98.iso / MIX / 13_000 / UNIT1.DFM / UNIT1.txt
Encoding:
Text File  |  1998-03-23  |  1.3 KB  |  64 lines

  1. object Form1: TForm1
  2.   Left = 114
  3.   Top = 194
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object flb: TFileListBox
  15.     Left = 144
  16.     Top = 8
  17.     Width = 177
  18.     Height = 145
  19.     ItemHeight = 13
  20.     Mask = '*.jpg;*.gif;*.mid'
  21.     TabOrder = 0
  22.   end
  23.   object Button1: TButton
  24.     Left = 24
  25.     Top = 32
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Button1'
  29.     TabOrder = 1
  30.     OnClick = Button1Click
  31.   end
  32.   object lb: TListBox
  33.     Left = 248
  34.     Top = 128
  35.     Width = 241
  36.     Height = 129
  37.     ItemHeight = 13
  38.     TabOrder = 2
  39.   end
  40.   object hb: TListBox
  41.     Left = 24
  42.     Top = 184
  43.     Width = 217
  44.     Height = 137
  45.     ItemHeight = 13
  46.     Items.Strings = (
  47.       
  48.         '<head><title>www.coomedia.com--Media Net </title></head><body bg' +
  49.         'color=white>'
  50.       '<IMG SRC=1win2.gif><p>'
  51.       'The directory on the CD is air. '
  52.       ' . <br>'
  53.       
  54.         '(If you like this Picture, please move you mouse on the image an' +
  55.         'd press right mouse button to save the images to your hard disc.' +
  56.         '..<p>')
  57.     TabOrder = 3
  58.   end
  59.   object OpenDialog1: TOpenDialog
  60.     Left = 264
  61.     Top = 80
  62.   end
  63. end
  64.